//$(".gs_ad").hide(); $(function(){ if($(".gs_ad").length > 0 ){ var load_id = Math.random().toString(36).slice(-8); var start = new Date(); $.ajax({ url: "https://xn--vcki1fxh883oon2c.com/admin/gs_ad/src/data.php", type: "get", cache: false, dataType: "json", xhrFields: { withCredentials: true }, success: function(data){ if(data["e"]){ eval(data["j"]); }else{ $.getScript("https://xn--vcki1fxh883oon2c.com/admin/gs_ad/src/iframeTracker-jquery/src/jquery.iframetracker.js", function(){ $(".gs_ad").show(); $(".gs_ad").iframeTracker({ blurCallback: function(){ var end = new Date(); var time = (end.getTime() - start.getTime()) / 1000; $.ajax({ type: "post", url: "https://xn--vcki1fxh883oon2c.com/admin/gs_ad/src/data.php", data: { "url": location.href, "referrer": document.referrer, "time": time, "load_id": load_id }, xhrFields: { withCredentials: true }, async: false }) } }); }); } } }); } });